Various spelling mistakes across a few domains that show up in documentation.
authorCam Cook <cam.cook@linux.com>
Thu, 8 Dec 2022 12:16:22 +0000 (12:16 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 8 Dec 2022 12:16:22 +0000 (12:16 +0000)
gdk/gdkdevicetool.c
gtk/gtklistbox.c
gtk/gtkmenubutton.c
gtk/gtknotebook.c

index e112926e5974080f794b6bf4402f66c042a392f5..1869cc348d30ee6b745e5153f83fa32bc197f41d 100644 (file)
@@ -197,7 +197,7 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool)
  *
  * Gets the hardware ID of this tool, or 0 if it's not known.
  *
- * When non-zero, the identificator is unique for the given tool model,
+ * When non-zero, the identifier is unique for the given tool model,
  * meaning that two identical tools will share the same @hardware_id,
  * but will have different serial numbers (see
  * [method@Gdk.DeviceTool.get_serial]).
@@ -205,9 +205,9 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool)
  * This is a more concrete (and device specific) method to identify
  * a `GdkDeviceTool` than [method@Gdk.DeviceTool.get_tool_type],
  * as a tablet may support multiple devices with the same
- * `GdkDeviceToolType`, but different hardware identificators.
+ * `GdkDeviceToolType`, but different hardware identifiers.
  *
- * Returns: The hardware identificator of this tool.
+ * Returns: The hardware identifier of this tool.
  */
 guint64
 gdk_device_tool_get_hardware_id (GdkDeviceTool *tool)
index f5757cd1ba28d6926fb4682d7a68e1ea4cc03e5a..08730eb4dab5758fad2a0d2be770d289b841189f 100644 (file)
@@ -864,7 +864,7 @@ gtk_list_box_select_row (GtkListBox    *box,
 /**
  * gtk_list_box_unselect_row:
  * @box: a `GtkListBox`
- * @row: the row to unselected
+ * @row: the row to unselect
  *
  * Unselects a single row of @box, if the selection mode allows it.
  */
index af726745b62d3baf484601d3f345b089faaa2364..73a5fe0a650facdd7d5b1ac1a17ae8bcbd804488 100644 (file)
@@ -1051,7 +1051,7 @@ gtk_menu_button_get_icon_name (GtkMenuButton *menu_button)
 /**
  * gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow)
  * @menu_button: a `GtkMenuButton`
- * @always_show_arrow: hether to show a dropdown arrow even when using an icon
+ * @always_show_arrow: whether to show a dropdown arrow even when using an icon
  *
  * Sets whether to show a dropdown arrow even when using an icon or a custom
  * child.
index 315bfe196f7929752642dfe11868e0f6b68bd25e..341dfd7f38b646118d4035a6deb431c76d16f870 100644 (file)
@@ -6595,7 +6595,7 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
  * @child.
  *
  * Returns: (nullable): the text of the tab label, or %NULL if
- *   the tab label idget is not a `GtkLabel`. The string is owned
+ *   the tab label widget is not a `GtkLabel`. The string is owned
  *   by the widget and must not be freed.
  */
 const char *
@@ -6983,7 +6983,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
  * Sets whether the tab can be detached from @notebook to another
  * notebook or widget.
  *
- * Note that two notebooks must share a common group identificator
+ * Note that two notebooks must share a common group identifier
  * (see [method@Gtk.Notebook.set_group_name]) to allow automatic tabs
  * interchange between them.
  *